Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport issue(#1156) and issue(#1057) to branch opendistro-1.2 #1271

Merged
merged 2 commits into from
Jul 15, 2021

Conversation

niravpi
Copy link

@niravpi niravpi commented Jun 17, 2021

opensearch-security pull request intake form

Please provide as much details as possible to get feedback/acceptance on your PR quickly

  1. Category: (Enhancement, New feature, Bug fix, Test fix, Refactoring, Maintenance, Documentation)
    Backporting

  2. Github Issue # or road-map entry, if available:

  3. Description of changes:

  4. Why these changes are required?

  5. What is the old behavior before changes and new behavior after changes? (Please add any example/logs/screen-shot if available)

  6. Testing done: (Please provide details of testing done: Unit testing, integration testing and manual testing)

  7. Setup Instructions

8.Is it backport from main branch? (If yes, please add backport PR # and commits #)
Yes,

  • Introducing passive_intertransport_auth to facilitate communication b… #1156 and commit hash is : 9adcd20

  • Correcting setupSslOnlyMode to use AbstractSecurityUnitTest.hasCustom… #1057 and commit hash is : 70a4f70

    By making a contribution to this project, I certify that:

    (a) The contribution was created in whole or in part by me and I
    have the right to submit it under the open source license
    indicated in the file; or

    (b) The contribution is based upon previous work that, to the best
    of my knowledge, is covered under an appropriate open source
    license and I have the right under that license to submit that
    work with modifications, whether created in whole or in part
    by me, under the same open source license (unless I am
    permitted to submit under a different license), as indicated
    in the file; or

    (c) The contribution was provided directly to me by some other
    person who certified (a), (b) or (c) and I have not modified
    it.

    (d) I understand and agree that this project and the contribution
    are public and that a record of the contribution (including all
    personal information I submit with it, including my sign-off) is
    maintained indefinitely and may be redistributed consistent with
    this project or the open source license(s) involved.

    By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
    For more information on following Developer Certificate of Origin and signing off your commits, please check here.

debjanibnrj and others added 2 commits June 16, 2021 11:42
…etween nodes with adv sec enabled and nodes without adv sec enabled.(opensearch-project#1156)

(Cherry picked from commit 9adcd20)
@codecov-commenter
Copy link

Codecov Report

Merging #1271 (1475d13) into opendistro-1.2 (0160fea) will increase coverage by 0.15%.
The diff coverage is 75.75%.

Impacted file tree graph

@@                 Coverage Diff                  @@
##             opendistro-1.2    #1271      +/-   ##
====================================================
+ Coverage             62.45%   62.61%   +0.15%     
- Complexity             2888     2907      +19     
====================================================
  Files                   222      224       +2     
  Lines                 15916    15967      +51     
  Branches               2988     2996       +8     
====================================================
+ Hits                   9940     9997      +57     
+ Misses                 4425     4417       -8     
- Partials               1551     1553       +2     
Impacted Files Coverage Δ
...arch/security/ssl/OpenDistroSecuritySSLPlugin.java 82.46% <0.00%> (ø)
...ort/OpenDistroSecuritySSLTransportInterceptor.java 0.00% <0.00%> (ø)
...lasticsearch/security/support/ConfigConstants.java 90.00% <ø> (ø)
...rch/security/setting/OpenDistroDynamicSetting.java 60.00% <60.00%> (ø)
...ticsearch/security/configuration/CompatConfig.java 38.23% <66.66%> (+10.64%) ⬆️
.../security/setting/TransportPassiveAuthSetting.java 80.00% <80.00%> (ø)
...ty/transport/OpenDistroSecurityRequestHandler.java 68.14% <83.33%> (+1.21%) ⬆️
...arch/security/filter/OpenDistroSecurityFilter.java 62.33% <88.88%> (+3.27%) ⬆️
...asticsearch/security/OpenDistroSecurityPlugin.java 81.79% <100.00%> (+0.11%) ⬆️
...ch/security/ssl/transport/OpenDistroSSLConfig.java 100.00% <100.00%> (+9.52%) ⬆️
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0160fea...1475d13. Read the comment docs.

@cliu123 cliu123 merged commit c89663f into opensearch-project:opendistro-1.2 Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants